home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / ppc-amigaos / include / proto / muimaster.h < prev    next >
C/C++ Source or Header  |  2000-02-28  |  254b  |  12 lines

  1. #ifndef PROTO_MUIMASTER_H
  2. #define PROTO_MUIMASTER_H
  3. #include <exec/types.h>
  4. extern struct Library *MUIMasterBase;
  5. #ifdef __GNUC__
  6. #include <inline/muimaster.h>
  7. #else
  8. #include <clib/muimaster_protos.h>
  9. #include <pragmas/muimaster_pragmas.h>
  10. #endif
  11. #endif
  12.